[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NumOn


Purpose   Indicates if the Num Lock key is on.

Decln.    NumOn:boolean;

Returns   Boolean

Remarks   Returns true if the Num Lock key is "illuminated".

Example

BEGIN
    IF NUMON THEN
       WRITEAT(70,1,WHITE,BLACK,'NUM')
    ELSE
       WRITEAT(70,1,WHITE,BLACK,'   ')
END;

See Also: Set_Num CapsOn ScrollOn
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson